object FrmSpellerOptions: TFrmSpellerOptions Left = 289 Top = 200 BorderStyle = bsDialog Caption = 'Spelling Options' ClientHeight = 321 ClientWidth = 404 Color = clBtnFace Font.Charset = ANSI_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'Tahoma' Font.Style = [] OldCreateOrder = False Position = poScreenCenter OnCreate = FormCreate OnDestroy = FormDestroy OnShow = FormShow PixelsPerInch = 96 TextHeight = 13 object JvLinkLabel1: TJvLinkLabel Left = 9 Top = 300 Width = 164 Height = 13 OnLinkClick = JvLinkLabel1LinkClick Caption = 'Download additional dictionaries' Text.Strings = ( 'Download additional dictionaries') Transparent = False LinkColor = clBlue LinkColorClicked = clRed LinkColorHot = clPurple LinkStyle = [fsUnderline] HotLinks = False AutoHeight = True MarginWidth = 0 MarginHeight = 0 end object Button1: TButton Left = 327 Top = 12 Width = 70 Height = 23 Caption = '&OK' Default = True ModalResult = 1 TabOrder = 0 end object Button2: TButton Left = 327 Top = 39 Width = 70 Height = 23 Cancel = True Caption = '&Cancel' ModalResult = 2 TabOrder = 1 OnClick = Button2Click end end